Einhugur macOS Bridge plugin.

NSSavePanel.AllowsOtherFileTypes Property

A Boolean value that indicates whether the panel allows the user to save files with a filename extension that’s not in the list of allowed types.

AllowsOtherFileTypes as Boolean {Read and Write}

Remarks

When the value of this property is True, the panel allows the user to save files with an extension that’s not in the list of allowed types. The default value is False.

If the user tries to save a filename with a recognized extension that's not in the list of allowed types, they are presented with a dialog. If the value of this property is True, then the dialog presents the option of using the extension the user specified.

See Also

NSSavePanel Class